home *** CD-ROM | disk | FTP | other *** search
/ 2,000 Greater & Lesser Mysteries / 2,000 Greater and Lesser Mysteries.iso / predict / iching / icremove.bat < prev    next >
Encoding:
DOS Batch File  |  1994-06-10  |  283 b   |  17 lines

  1. echo off
  2. if "%1" =="" echo Invalid drive: format is ICREMOVE d: - where d is drive 
  3. if "%1" =="" pause
  4. if "%1" =="" goto :end
  5. %1
  6. cd \iching
  7. del text
  8. rd text
  9. del texth
  10. rd texth
  11. del textl
  12. rd textl
  13. echo Now type    DEL ICHING
  14. echo then        RD ICHING      
  15. pause
  16. :end
  17.